github.com/andybalholm/brotli.hashComposite.hb (field)

14 uses

	github.com/andybalholm/brotli (current package)
		hash.go#L264: 			hb: &hashRolling{jump: 4},
		hash.go#L297: 			hb: &hashRolling{jump: 4},
		hash.go#L302: 			hb: &hashRolling{jump: 1},
		hash_composite.go#L11: 	var b uint = h.hb.HashTypeLength()
		hash_composite.go#L21: 	var b uint = h.hb.StoreLookahead()
		hash_composite.go#L34: 	hb     hasherHandle
		hash_composite.go#L58: 		common_b = h.hb.Common()
		hash_composite.go#L63: 		h.hb.Initialize(h.params)
		hash_composite.go#L67: 	h.hb.Prepare(one_shot, input_size, data)
		hash_composite.go#L72: 	h.hb.Store(data, mask, ix)
		hash_composite.go#L77: 	h.hb.StoreRange(data, mask, ix_start, ix_end)
		hash_composite.go#L82: 	h.hb.StitchToPreviousBlock(num_bytes, position, ringbuffer, ring_buffer_mask)
		hash_composite.go#L87: 	h.hb.PrepareDistanceCache(distance_cache)
		hash_composite.go#L92: 	h.hb.FindLongestMatch(dictionary, data, ring_buffer_mask, distance_cache, cur_ix, max_length, max_backward, gap, max_distance, out)